home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_QCSCRBAR_H__13FCF017_4A14_11D1_A956_00C0F6A06F60__INCLUDED_)
- #define AFX_QCSCRBAR_H__13FCF017_4A14_11D1_A956_00C0F6A06F60__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
- /////////////////////////////////////////////////////////////////////////////
- // CQCScrBar wrapper class
-
- class CQCScrBar : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CQCScrBar)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x8d7e8747, 0xe6f5, 0x11d0, { 0xa9, 0x56, 0x0, 0xc0, 0xf6, 0xa0, 0x6f, 0x60 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect,
- CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
-
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey); }
-
- // Attributes
- public:
- CString GetControlTitleFont();
- void SetControlTitleFont(LPCTSTR);
- long GetControlTitleColor();
- void SetControlTitleColor(long);
- long GetControlTitleFontStyle();
- void SetControlTitleFontStyle(long);
- long GetControlTitleFontSize();
- void SetControlTitleFontSize(long);
- long GetControlBorderStyle();
- void SetControlBorderStyle(long);
- long GetControlBorderColor();
- void SetControlBorderColor(long);
- long GetControlColor();
- void SetControlColor(long);
- long GetControlBackgroundColor();
- void SetControlBackgroundColor(long);
- double GetControlBottom();
- void SetControlBottom(double);
- double GetControlInitialPosition();
- void SetControlInitialPosition(double);
- double GetControlLeft();
- void SetControlLeft(double);
- double GetControlMaximum();
- void SetControlMaximum(double);
- double GetControlMinimum();
- void SetControlMinimum(double);
- double GetControlPageStep();
- void SetControlPageStep(double);
- double GetControlRight();
- void SetControlRight(double);
- double GetControlSingleStep();
- void SetControlSingleStep(double);
- double GetControlTop();
- void SetControlTop(double);
- long GetControlBorderThickness();
- void SetControlBorderThickness(long);
- CString GetControlTitleString();
- void SetControlTitleString(LPCTSTR);
-
- // Operations
- public:
- void UpdateControl();
- void SetScrollBarPos(double rPos);
- void AboutBox();
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_QCSCRBAR_H__13FCF017_4A14_11D1_A956_00C0F6A06F60__INCLUDED_)
-